Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace string enum usage with dart enums #479

Merged
merged 15 commits into from
Dec 27, 2024

Conversation

victortive
Copy link
Contributor

  • Usage of strings for the direction is confusing and inconsistent as one place uppercased the call direction.
  • To make the API easier to use, I have replaced the direction with an enum

@victortive victortive marked this pull request as draft September 26, 2024 21:47
@victortive victortive marked this pull request as ready for review September 26, 2024 22:29
@victortive victortive changed the title replace usage of direction as a string with an CallDirection enum replace string enum usage with dart enums Sep 26, 2024
Copy link
Member

@cloudwebrtc cloudwebrtc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

Unable to merge temporarily, GitHub prompts a conflict

@victortive
Copy link
Contributor Author

I'll look into resolving this

@victortive
Copy link
Contributor Author

@mikaelwills You can probably merge this PR first and I'll fix the rest of them since this is the large number of files changed

@mikaelwills
Copy link
Collaborator

@victortive ah, just merged the other one. This one still has conflicts, follow all the git steps I mentioned in the other PR

@victortive
Copy link
Contributor Author

@victortive ah, just merged the other one. This one still has conflicts, follow all the git steps I mentioned in the other PR

Fixed

@mikaelwills mikaelwills merged commit e9fdea4 into flutter-webrtc:main Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants